Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Utf32CodeSet Class / Utf32CodeSet Constructor / Utf32CodeSet Constructor(UnicodeBlock[])
An array of named Unicode blocks.

In This Topic
Utf32CodeSet Constructor(UnicodeBlock[])
In This Topic
Initializes an instance of the Utf32CodeSet.
Syntax
'Declaration
 
Public Function New( _
   ByVal ParamArray unicodeBlocks() As UnicodeBlock _
)
 

Parameters

unicodeBlocks
An array of named Unicode blocks.
See Also